week = ['monday','tuesday','wednesday'] week.index('tuesday') >>> 1 """Warning => error if the element isn't in the list"""